times

@SinceKotoolsTypes(version = "4.1")
operator fun Int.times(other: AnyInt): Int
@SinceKotoolsTypes(version = "4.1")
operator fun AnyInt.times(other: Int): Int
@SinceKotoolsTypes(version = "4.1")
operator fun AnyInt.times(other: AnyInt): Int

Multiplies this integer by the other one.